home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / dbase / states.c < prev    next >
C/C++ Source or Header  |  1996-07-30  |  210b  |  16 lines

  1.  
  2. #include "dbase.p"
  3.  
  4. void states()
  5. {
  6.     char
  7.     *line;
  8.     
  9.     while ((line = get_active_tty()))
  10.     {
  11.     make_filenames(line);            /* define the line to use */
  12.                         /* and disable */
  13.     tellstate(line);
  14.     }
  15. }
  16.